home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / processes / sharedmemory / sharedmemory.app / contents / info.plist next >
Encoding:
Extensible Markup Language  |  2000-10-06  |  631 b   |  23 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>SharedMemory</string>
  9.     <key>CFBundleInfoDictionaryVersion</key>
  10.     <string>6.0</string>
  11.     <key>CFBundlePackageType</key>
  12.     <string>APPL</string>
  13.     <key>CFBundleSignature</key>
  14.     <string>????</string>
  15.     <key>CFBundleVersion</key>
  16.     <string>0.0.1d1</string>
  17.     <key>NSMainNibFile</key>
  18.     <string>MainMenu</string>
  19.     <key>NSPrincipalClass</key>
  20.     <string>NSApplication</string>
  21. </dict>
  22. </plist>
  23.